home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Enter 2005 October
/
enter-2005-10.iso
/
files
/
jedit42install.exe
/
{app}
/
jedit.jar
/
bsh
/
commands
/
setClassPath.bsh
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2003-12-27
|
321 b
|
15 lines
/**
Change the classpath to the specified array of directories and/or archives.
<p>
See "Class Path Management" for details.
@method void setClassPath( URL [] )
*/
bsh.help.setClassPath= "usage: setClassPath( URL [] )";
void setClassPath( urls ) {
this.caller.namespace.getClassManager().setClassPath( urls );
}